home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue42 / opengl / TestForm.dfm / TestForm.txt
Encoding:
Text File  |  1998-11-22  |  2.0 KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 168
  3.   Top = 85
  4.   Width = 547
  5.   Height = 465
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ToolBar1: TToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 539
  23.     Height = 33
  24.     ButtonHeight = 25
  25.     TabOrder = 0
  26.     object SpeedButton1: TSpeedButton
  27.       Left = 0
  28.       Top = 2
  29.       Width = 73
  30.       Height = 25
  31.       AllowAllUp = True
  32.       GroupIndex = 1
  33.       Caption = 'Tools'
  34.       Glyph.Data = {
  35.         76010000424D7601000000000000760000002800000020000000100000000100
  36.         0400000000000001000000000000000000001000000010000000000000000000
  37.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  38.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  39.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  40.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  41.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  42.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  43.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  44.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  45.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  46.         0755557F7777FFF5755555335000005555555577577777555555}
  47.       NumGlyphs = 2
  48.       OnClick = SpeedButton1Click
  49.     end
  50.     object PrintTest: TButton
  51.       Left = 73
  52.       Top = 2
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Bitmap Test'
  56.       TabOrder = 0
  57.       OnClick = PrintTestClick
  58.     end
  59.   end
  60.   object sb1: TStatusBar
  61.     Left = 0
  62.     Top = 413
  63.     Width = 539
  64.     Height = 25
  65.     Panels = <
  66.       item
  67.         Width = 200
  68.       end
  69.       item
  70.         Width = 50
  71.       end>
  72.     SimplePanel = False
  73.   end
  74.   object PrintDialog1: TPrintDialog
  75.     Left = 96
  76.     Top = 80
  77.   end
  78. end
  79.